Skip to content

Conversation

pfeerick
Copy link
Contributor

@pfeerick pfeerick commented Nov 9, 2019

espconnn.h references ipv4_addr_t, so it seems appropriate it be defined here also.

If #include <IPAddress.h> added to MCVE, closes #5753.

The change to espconn.h suggested by the OP

#ifndef ipv4_addr_t
#define ipv4_addr_t ip_addr_t
#endif

sets off needing to define ip_addr_t, etc, so is not suitable.

`espconnn.h` references ipv4_addr_t, so it seems appropriate it be defined here also.
@d-a-v d-a-v merged commit 2c2468f into esp8266:master Nov 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

espconn.h compile error ipv4_addr_t undefined
2 participants